home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmst604.zip / HTMSTRIP.INI < prev   
INI File  |  1996-04-13  |  6KB  |  262 lines

  1. [HTMSTRIP]
  2. ; Normal lookups.  What HTML codes are replaced by what codes?
  3. ; Where descriptions are provided in the comment section, they're from
  4. ; Dave Raggett's HyperText Markup Language Specification Version 3.0
  5. ; draft (03/28/95)
  6. Æ  = Æ
  7. Á = A
  8.   = A
  9. À = A
  10. Å  = Å
  11. à= A
  12. Ä   = Ä
  13. Ç = Ç
  14. Р   = D
  15. É = É
  16. Ê  = E
  17. È = E
  18. Ë   = E
  19. Í = I
  20. Π = I
  21. Ì = I
  22. Ï   = I
  23. Ñ = Ñ
  24. Ó = O
  25. Ô  = O
  26. Ò = O
  27. Ø = φ
  28. Õ = O
  29. Ö   = Ö
  30. Ú = U
  31. Û  = U
  32. Ù = U
  33. Ü   = Ü
  34. Ý = Y
  35. á = á
  36. â  = â
  37. æ  = æ
  38. à = à
  39. &    = &
  40. å  = å
  41. ã = a
  42. ä   = ä
  43. ¦ = |
  44. ç = ç
  45. &cdots;  = ∙∙∙     /* Three dots on same level as minus sign
  46. ¢   = ¢
  47. ©   = (c)
  48. °    = °
  49. é = é
  50. ê  = ê
  51. è = è
  52.     = \032    /* Thick space
  53.     = \032
  54. ë   = ë
  55. ½ = ½
  56. ¼ = ¼
  57. >     = >
  58. í = í
  59. î  = î
  60. ¡  = ¡
  61. ì = ì
  62. ¿ = ¿
  63. ï   = ï
  64. «  = «
  65. &ldots;  = ...     /* Three dots on the baseline
  66. <     = <
  67. —  = -
  68. µ  = µ
  69. · = ·
  70.     = \032
  71. –  = -
  72. ¬    = ¬
  73. ñ = ñ
  74. ó = ó
  75. ô  = ô
  76. ò = ò
  77. ø = φ
  78. õ = o
  79. ö   = ö
  80. ¶   = 
  81. ± = ±
  82. £  = £
  83. &quad;   = \032    /* Huge space
  84. "   = \034
  85. »  = »
  86. ®    = (R)
  87. §   = S
  88. &sp;     = \032    /* Space
  89. ²   = ²
  90.   = \032    /* Thin space
  91. ú = ú
  92. û  = û
  93. ù = ù
  94. ü   = ü
  95. &vdots;  = |       /* Three vertical dots
  96. ý = y
  97. ¥    = ¥
  98. ÿ   = ÿ
  99.  
  100. ; Numeric codes:  ISO 8859/1 8-bit single-byte graphic character set
  101. ; The beginning set are shared by IBM PC's so there's not much difference
  102.     = \032      /* Space
  103. !    = !
  104. "    = \034      /* Double quotation mark
  105. #    = #
  106. $    = $
  107. %    = %
  108. &    = &
  109. '    = '
  110. (    = (
  111. )    = )
  112. *    = *
  113. +    = +
  114. ,    = ,
  115. -    = -
  116. .    = .
  117. /    = /
  118. 0    = 0
  119. 1    = 1
  120. 2    = 2
  121. 3    = 3
  122. 4    = 4
  123. 5    = 5
  124. 6    = 6
  125. 7    = 7
  126. 8    = 8
  127. 9    = 9
  128. :    = :
  129. ;    = ;
  130. <    = <
  131. =    = =
  132. >    = >
  133. ?    = ?
  134. @    = @
  135. A    = A
  136. B    = B
  137. C    = C
  138. D    = D
  139. E    = E
  140. F    = F
  141. G    = G
  142. H    = H
  143. I    = I
  144. J    = J
  145. K    = K
  146. L    = L
  147. M    = M
  148. N    = N
  149. O    = O
  150. P    = P
  151. Q    = Q
  152. R    = R
  153. S    = S
  154. T    = T
  155. U    = U
  156. V    = V
  157. W    = W
  158. X    = X
  159. Y    = Y
  160. Z    = Z
  161. [    = [
  162. \    = \
  163. ]    = ]
  164. ; 94 is apparently undefined
  165. _    = _
  166. `    = `
  167. a    = a
  168. b    = b
  169. c    = c
  170. d   = d
  171. e   = e
  172. f   = f
  173. g   = g
  174. h   = h
  175. i   = i
  176. j   = j
  177. k   = k
  178. l   = l
  179. m   = m
  180. n   = n
  181. o   = o
  182. p   = p
  183. q   = q
  184. r   = r
  185. s   = s
  186. t   = t
  187. u   = u
  188. v   = v
  189. w   = w
  190. x   = x
  191. y   = y
  192. z   = z
  193. {   = {
  194. |   = |
  195. }   = }
  196. ~   = ~
  197.  
  198. ; Interestingly, the program HTMLCon from Satore Township defines characters
  199. ; 131 to 160 whereas Dave Raggett's HyperText Markup Language Specification
  200. ; Version 3.0 draft (03/28/95) says they aren't defined at all.  Oh well.
  201. ; Can't hurt to have extras I guess....
  202. €   = .              /* Isn't anywhere but some pages use it
  203.    = (TM)           /* Isn't anywhere but some pages use it
  204. ƒ   = f
  205. …   = .
  206. ˆ   = ^
  207. Š   = S
  208. ‹   = <
  209. ‘   = '
  210. ’   = '
  211. “   = \034
  212. ”   = \034
  213. •   = ■
  214. –   = -
  215. —   = -
  216. ™   = (TM)           /* Isn't in the book but Netscape uses it
  217. ›   = >
  218. Ÿ   = Y
  219.     = \032
  220.  
  221. ; Back to codes that everyone seems to agree on (using Raggett's definitions)
  222. ¡   = ¡      /* Inverted exclamation
  223. ¢   = ¢      /* Cent sign
  224. £   = £      /* Pound sterling (do they still use these?)
  225. ¥   = ¥      /* Yen symbol
  226. ¦   = |      /* Vertical bar
  227. §   = (s)    /* Section symbol
  228. ¨   = ï      /* Umlaut (diaresis)
  229. ©   = (c)    /* Copyright symbol
  230. ª   = ??     /* Feminine ordinal (what the heck does that look like?)
  231. «   = «      /* Left angle quote, guillemoleft
  232. ¬   = ¬      /* Not sign
  233. ­   = -      /* Soft hyphen (shhhh)
  234. ®   = (R)    /* Registered trademark
  235. ¯   = -      /* Macron accent
  236. °   = °      /* Degree sign
  237. ±   = ±      /* Plus or minus
  238. ²   = ²      /* Superscript two
  239. ³   = cubed  /* Superscript three
  240. ´   = '      /* Accute accent
  241. µ   = µ      /* Micro sign
  242. ¶   =       /* Paragraph symbol
  243. ·   = ∙      /* Middle dot
  244. ¸   = ç      /* Cedilla
  245. ¹   = primed /* Superscript one
  246. º   = °      /* Masculine ordinal (interesting code for it...)
  247. »   = »      /* Right angle quote, guillemotright
  248. ¼   = ¼      /* Fraction one-fourth
  249. ½   = ½      /* Fraction one-half
  250. ¾   = 3/4    /* Fraction three-fourths
  251. ¿   = ¿      /* Inverted question mark
  252. ; Then they redefine basically all of the foreign characters again but,
  253. ; for a US-er, that gets pretty dull and I don't recognize them anyway.
  254. ; So, in order to save memory, I'll leave them out.  Sorry guys! :)
  255. ×   = *      /* Multiplication sign
  256. ÷   = /      /* Division sign
  257.  
  258. ; Special lookups.  Only these three can be redefined.
  259. <A>      = (link)
  260. <IMG>    = (image)
  261. <INPUT>  = [Input]
  262.